home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / menu-new.tar / menu-new / menu / README.linux < prev    next >
Text File  |  1993-04-08  |  833b  |  32 lines

  1. While porting this great little menu system, I couldn't help 
  2. but add a few features.  
  3.  
  4. 1) Displaying directories/changing into them if selected
  5. 2) 'd' command in menu to change dir before executing command.
  6. 3) allowing optional "%s" to substitute argument with command.
  7.  
  8. Argument substitution in 3) was necessary to allow multiple
  9. commands on the command line.
  10.  
  11. In 2), a terminating the directory specification with a slash
  12. suppresses directory names, preventing changing directories.
  13. For example,  
  14.     d /usr/bin
  15. displays all files and directories in /usr/bin, but
  16.     d /usr/bin/
  17. displays only files
  18.  
  19.  
  20. Have fun:
  21.  
  22. Peter MacDonald
  23. pmacdona@tadpole.bcsc.gov.bc.ca
  24.  
  25. 04/08/93 remarks:
  26. Fixed bug with 'd' and some compile warnings.
  27. This 'menu' package has been programmed very dirty!
  28.  
  29. Eckard Brauer
  30. brauer@aix520.informatik.uni-leipzig.de
  31.  
  32.